State Configurable Timer (SCT) RC5 encoder (transmitter) example
================================================================

Example description
-------------------
LPC54xx RC5 encoder (transmitter) demo program for LPCXpressso board

*  Use SCT0 SCT0_OUT0 @ P0_7 to send modulated (36 KHz carrier) RC5 frames
*  Use SW1 (P0_24) key to send key code
*  Use MRT to generate timeout delay between RC5 frames
*  Reference: AN10210 and AN10722
*  RC5 format:
*
*      | S | F | C |   5 sytem bits    |    6 command bits     |
*      | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 1 | 1 |
*
*        +-+ +---+ +-+ +-+ +-+ +-+   +-+ +---+   +-+ +-+ +-+ +-+
*        | | |   | | | | | | | | |   | | |   |   | | | | | | | |
*   -----+ +-+   +-+ +-+ +-+ +-+ +---+ +-+   +---+ +-+ +-+ +-+ +----
*
*        | |
*        | +--------------------------------------------------+
*        |                                                    |
*        +-+     +-+     +-+                  +-+     +-+
*        | |     | |     | |      32 x        | |     | |
*   -----+ +-----+ +-----+ +- - - - - - - - - + +-----+ +-------
*
*        |   CP  |
*
*  CP = 27.777 usec (= 36 KHz)
*  25% duty cycle: high time = 6.944 usec
*  NOTE: SIGNAL IS INVERTED BECAUSE INVERTING TRANSISTOR AT MC100 BOARD


Special connection requirements
-------------------------------
LPC54114 LPCXpresso board:


Build procedures:
-----------------
Visit the LPCOpen Quick start guide at
[http://www.lpcware.com/content/project/lpcopen-platform-nxp-lpc-microcontrollers/lpcopen-v200-quickstart-guides]
to get started building LPCOpen projects.
